home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / digests / tcp / 940066.txt < prev    next >
Internet Message Format  |  1994-11-13  |  6KB

  1. Date: Sat, 12 Mar 94 04:30:02 PST
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V94 #66
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Sat, 12 Mar 94       Volume 94 : Issue   66
  11.  
  12. Today's Topics:
  13.                  Answer to DE <--> KISS mode problem
  14.                               jnos 1.10a
  15.  
  16. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  17. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  18. Problems you can't solve otherwise to brian@ucsd.edu.
  19.  
  20. Archives of past issues of the TCP-Group Digest are available
  21. (by FTP only) from UCSD.Edu in directory "mailarchives".
  22.  
  23. We trust that readers are intelligent enough to realize that all text
  24. herein consists of personal comments and does not represent the official
  25. policies or positions of any party.  Your mileage may vary.  So there.
  26. ----------------------------------------------------------------------
  27.  
  28. Date: Fri, 11 Mar 94 12:28:28 PST
  29. From: srbible@cs.nps.navy.mil (Steven Bible)
  30. Subject: Answer to DE <--> KISS mode problem
  31. To: tcp-group@ucsd.edu
  32.  
  33. Thanks to all who replied to my question.  For those of you who may have 
  34. missed it here it is once again:
  35.  
  36. > How do you get the Kantronics Data Engine into Kiss mode for TCP/IP?
  37. > I have tried INTERFACE KISS and RESET but the DE will transmit but 
  38. > not listen properly.  I cannot get anymore out of the documents.
  39. > What am I missing. I am using NOS_1229.EXE PA0GRI version.  
  40. > Thanks, Steve N7HPR
  41.  
  42. Funny, I though I had asked a complete enough question to get a simple
  43. answer.  How wrong I was.  Evan VE6EEI pointed out that I didn't
  44. mention what serial port speed I was using.  As it turned out this
  45. was one of two problems I was having.  See Evan's reply below. 
  46.  
  47. The second problem was not setting the proper <params> in my 
  48. autoexec.nos file to pull RTS and DTR high.  Thanks to Kevin N0BEL
  49. and Bob KA4BYP.
  50.  
  51. In summary:  Check the version of firmware you are using in the
  52. Data Engine.  As it turned out I had version 1.06, an older version
  53. that will not reliably communicate with the computer at greater than
  54. 9600 baud in KISS mode.  This version does work at 19200 in terminal
  55. mode. Strange :-0.  Second, I added the line 
  56.  
  57.    param ax0 RTS 1
  58.  
  59. to my autoexec.nos file and loaded up nos and everything worked!
  60. Thanks abunch everyone!  This saved me a lot of head banging.
  61. I did note that many other people had this same problem and had
  62. wrestled with it for a long time before gaining the solution.
  63.  
  64. Here's some of the replies that help describe the problems others
  65. have been having and their solutions.
  66.  
  67. 73 Steve N7HPR (srbible@cs.nps.navy.mil)
  68.  
  69. --------------------- cut here ----------------------------------------
  70.  
  71. Evan ve6eei@ve6eei.ampr.ab.ca 
  72.  
  73. >Your doing it right.  What serial port speed are you using.  I found that
  74. >v1.06 would drop characters at >9600 baud and caused problems, however
  75. >v2.0 works great at 19200 on the serial port.  I have 3 de's running at
  76. >different sites around the city with no problems.
  77.  
  78. >One thing to try is do a hard reset and reset the DE (ie. pull battery
  79. >jumper.)  It may have gone off into la la land.
  80.  
  81. >ps: v1.06 and v2.0 are the de firmware.  I also use 2 128K static ram chips
  82. >in all DE.  It gives the DE more buffer space.
  83.  
  84. >My next project for this summer is to burn some JNOS 4.0 v1.0 eproms and get
  85. >jnos running inside the DE instead of the computer.
  86.  
  87. -----
  88.  
  89. Kevin N0BEL < kevinu%cricket.vware.mn.org@skeggi.vware.mn.org>
  90.  
  91. >By "transmit" do you mean PTT transmit, or RS232 transmit (which would be
  92. >received data).  
  93.  
  94. >I assume that the problem you are having is that you are not receiving any
  95. >data from the DE.
  96.  
  97. >I bet it is the RTS pin on the DE that is being held low.  This would prevent
  98. >the DE from sending data from the DE to the PC.  RTS is controlled from the
  99. >PC to facilitate handshake.  
  100.  
  101. >JNOS has a 'param <iface> RTS 1' command, to force RTS to an on state.  Maybe
  102. >GRI has the same thing.  If not, just make sure that it is high through some
  103. >hardware method.
  104.  
  105. >If all else fails, try turning hardware handshaking off on the DE.  I think
  106. >its in there somewhere.
  107.  
  108. >I have used the Data Engine since it first came out.  I have had very little
  109. >problem with it.  If you start running 9600 or 19200 modem on it, you will
  110. >have to make sure that hardware handshake (CTS) in the PC to DE direction
  111. >works properly.  I have found that you will definately overrun the DE unless
  112. >you do that.
  113.  
  114. >Also, my expriments show that an interface baud rate of 19200 or 38400 are
  115. >pretty useless on the DE, even with handshake, the DE drops characters.
  116.  
  117. -----
  118.  
  119. Clint KA7OEI <ka7oei@uugate.wa7slg.ampr.org>
  120.  
  121. >Keep in mind the KISS modem used by the DE is not perfectly "standard" since
  122. >the upper nybble of one of the header bytes is used to tell the DE the whichh
  123. >channel the data is to go and likewise, from whence data from the DE came...
  124.  
  125. -----
  126.  
  127. Tim AA5DF <wbaggett@NMSU.edu>
  128.      
  129. >I have a Data Engine working in KISS mode here. All I did was to place the 
  130. >(9600) modem I wanted to use in port 0. I really don't think I needed to 
  131. >do this because I believe the DE uses the port that was selected at time 
  132. >of the reset to use while in KISS mode (I'm using just plain vanilla KISS 
  133. >here so the second port is not being used). I then did the INT KISS and 
  134. >power cycled the DE.
  135.      
  136. -----
  137.      
  138. Bob KA4BYP  <ka4byp@netcom.com>
  139.  
  140. >I had the same problem for a long time with the DE.  I somehow discovered 
  141. >that flow control was necessary.  These are lines from my autoexec file 
  142. >that work for me:
  143.  
  144.  attach asy 0x3f8 4 ax25 p1 4096 256 19200 f  #comm1 as interface p1
  145.  #>> lots of lines<<
  146.  param p1 dtr 1
  147.  param p1 rts 1
  148.  #>> again more lines <<
  149.  attach kiss p1 1 p2     #second kiss port as interface p2
  150.  
  151. >That will run both ports in the DE in kiss mode.  You of course must use 
  152. >the DE command PORTS 1 first to put it into 2 port mode.  Then set 
  153. >INTERFACE to KISS then do a RESET before running your NOS.
  154.  
  155. -----
  156.  
  157. end of message
  158.  
  159. ------------------------------
  160.  
  161. Date: Fri, 11 Mar 94 12:35:32 PST
  162. From: "(Johan. K. Reinalda)" <johan@ECE.ORST.EDU>
  163. Subject: jnos 1.10a
  164. To: nos-bbs@hydra.carleton.ca
  165.  
  166. I've updated ucsd.edu and
  167. ftp.ece.orst.edu...
  168.  
  169. Johan.
  170.  
  171. ------------------------------
  172.  
  173. End of TCP-Group Digest V94 #66
  174. ******************************
  175.